Skip to content

remove rust 1.75 support#686

Merged
milyin merged 10 commits intomainfrom
ci/rust_1_93
Feb 20, 2026
Merged

remove rust 1.75 support#686
milyin merged 10 commits intomainfrom
ci/rust_1_93

Conversation

@milyin
Copy link
Contributor

@milyin milyin commented Feb 13, 2026

The update eclipse-zenoh/zenoh#2392 removes rust 1.75 requirement.
Added test for build without cargo.lock and bumbed to rust 1.93

@github-actions
Copy link
Contributor

PR missing one of the required labels: {'dependencies', 'breaking-change', 'new feature', 'internal', 'ci', 'documentation', 'bug', 'api-sync', 'enhancement'}

@milyin milyin added the enhancement Things could work better label Feb 13, 2026
@milyin milyin marked this pull request as draft February 13, 2026 16:57
@milyin milyin marked this pull request as ready for review February 19, 2026 15:11
assert False, "Expected exception"
except:
pass

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it's more idiomatic in python to use https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaises but as I look in the surrounding code, you're pretty much following the existing convention in the code. It'd be too much work to convert this all to use the unittest lib and probably not worth the effort for this change.

Copy link
Contributor

@diogomatsubara diogomatsubara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@milyin milyin merged commit c7a172a into main Feb 20, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Things could work better

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments